home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / control / rename < prev    next >
Encoding:
Text File  |  1993-10-26  |  344 b   |  14 lines  |  [TEXT/$Tcl]

  1.  
  2.           rename oldName newName
  3.  
  4.  
  5.      DESCRIPTION
  6.           Rename the command that used to be called oldName so that it
  7.           is  now  called newName.  If newName is an empty string then
  8.           oldName is deleted.  The rename  command  returns  an  empty
  9.           string as result.
  10.  
  11.  
  12.      KEYWORDS
  13.           command, delete, rename
  14.